<?xml version="1.0"?>
<component name="org.nuxeo.template.service.jxlsContrib.override">

  <require>org.nuxeo.template.service.jxlsContrib</require>

  <extension point="configuration" target="org.nuxeo.runtime.ConfigurationService">
    <documentation>
      Property to activate use of the old JXLS 1 for template rendering instead of JXLS 2.
    </documentation>
    <property name="org.nuxeo.template.rendering.jxls1">false</property>
  </extension>

</component>
